home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Python 1.3.3 / Python 133 SRC / Mac / Modules / scrap / Scrapgen.py < prev    next >
Text File  |  1996-04-12  |  643b  |  33 lines

  1. # Generated from 'Sap:CW8 Gold:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Scrap.h'
  2.  
  3. f = Function(ScrapStuffPtr, 'InfoScrap',
  4. )
  5. functions.append(f)
  6.  
  7. f = Function(long, 'UnloadScrap',
  8. )
  9. functions.append(f)
  10.  
  11. f = Function(long, 'LoadScrap',
  12. )
  13. functions.append(f)
  14.  
  15. f = Function(long, 'GetScrap',
  16.     (Handle, 'hDest', InMode),
  17.     (ResType, 'theType', InMode),
  18.     (long, 'offset', OutMode),
  19. )
  20. functions.append(f)
  21.  
  22. f = Function(long, 'ZeroScrap',
  23. )
  24. functions.append(f)
  25.  
  26. f = Function(long, 'PutScrap',
  27.     (long, 'length', InMode),
  28.     (ResType, 'theType', InMode),
  29.     (putscrapbuffer, 'source', InMode),
  30. )
  31. functions.append(f)
  32.  
  33.